Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / Application-Defined Functions
/


MySetStatusMsg

Handles any status messages passed back by an instantiated applet. When calling JMNewAppletViewer, you must designate this function in the applet callbacks data structure. For example, this is how you would define your output function if you were to name it MySetStatusMsg:

void MySetStatusMsg(JMAppletViewerRef viewer, 
const char* statusMsg);
viewer
The current applet.
statusMsg
The status text passed by the applet.
DISCUSSION
The function can display the status message or ignore it as appropriate.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help